func math.sqrt

2 uses

	math (current package)
		sqrt.go#L94: 	return sqrt(x)
		sqrt.go#L100: func sqrt(x float64) float64 {